Click or drag to resize

TupleCollection Methods

The TupleCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd(Tuple)
Adds a Tuple to the collection.
Public methodAdd(TupleCollection)
Adds a TupleCollection to the collection.
Public methodAdd(String, Status)
Adds a Tuple with the specified ID and status to the collection.
Public methodClear (Inherited from CollectionBase.)
Public methodContains
Determines whether the TupleCollection contains a specific Tuple.
Public methodCopyTo
Copies an Tuple array to the collection, starting at a specified target index.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionBase.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Returns the zero-based index of the first occurrence of the specified node in the collection.
Public methodInsert
Inserts the specified node at the specified possition.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnClear (Inherited from CollectionBase.)
Protected methodOnClearComplete (Inherited from CollectionBase.)
Protected methodOnInsert (Inherited from CollectionBase.)
Protected methodOnInsertComplete (Inherited from CollectionBase.)
Protected methodOnRemove (Inherited from CollectionBase.)
Protected methodOnRemoveComplete (Inherited from CollectionBase.)
Protected methodOnSet (Inherited from CollectionBase.)
Protected methodOnSetComplete (Inherited from CollectionBase.)
Protected methodOnValidate (Inherited from CollectionBase.)
Public methodRemove
Removes a Tuple from the collection, if it is present.
Public methodRemoveAt (Inherited from CollectionBase.)
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also